runtime.heapStatsDelta.inWorkBufs (field)
9 uses
runtime (current package)
metrics.go#L335: in.heapStats.inStacks - in.heapStats.inWorkBufs -
metrics.go#L399: out.scalar = uint64(in.heapStats.inWorkBufs+in.heapStats.inPtrScalarBits) + in.sysStats.gcMiscSys
mheap.go#L1365: atomic.Xaddint64(&stats.inWorkBufs, int64(nbytes))
mheap.go#L1654: atomic.Xaddint64(&stats.inWorkBufs, -int64(nbytes))
mstats.go#L433: gcWorkBufInUse := uint64(consStats.inWorkBufs)
mstats.go#L474: consRetained := uint64(consStats.committed - consStats.inStacks - consStats.inWorkBufs - consStats.inPtrScalarBits)
mstats.go#L674: inWorkBufs int64 // byte delta of memory reserved for work bufs
mstats.go#L700: a.inWorkBufs += b.inWorkBufs
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |